home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Presentations
/
Presentations ’96
/
Sessions ’96
/
MacOS 8 Sessions
/
MacOS 8 Extensions
/
Demo Patch Code
/
DemoPatchL.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-10
|
189 b
|
15 lines
|
[
TEXT/CWIE
]
#include <Types.h>
#include <Patches.h>
#include "DemoPatchL.h"
void DoSomePreprocessing(void);
void DoSomePostprocessing(void);
void MainDoNothing(void);
void MainDoNothing(void)
{
}